home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Tools / Development / qstat25b / config.h < prev    next >
C/C++ Source or Header  |  2002-11-18  |  309b  |  18 lines

  1. /*
  2.  * config.h
  3.  * by Steve Jankowski
  4.  * steve@qstat.org
  5.  * http://www.qstat.org
  6.  *
  7.  * Copyright 1996,1997,1998,1999 by Steve Jankowski
  8.  */
  9.  
  10.  
  11. #include "qstat.h"
  12.  
  13. int qsc_load_default_config_files();
  14. int qsc_load_config_file( char *filename);
  15. server_type ** qsc_get_config_server_types( int *n_config_types);
  16.  
  17.  
  18.